[]
        
(Showing Draft Content)

C1.DataCollection.C1SpanDataCollection-1.Item

this Property

this[int]

Gets the item at the specified position.

Declaration
public override T this[int index] { get; }
Public Overrides ReadOnly Default Property Item(index As Integer) As T
Parameters
Type Name Description
int index

The position of the requested item.

Overrides